home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Tools
/
Win95 Secrets
/
SETUP.Z
/
INTRCPT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-19
|
385 b
|
13 lines
//==================================
// APISPY32 - Matt Pietrek 1995
// FILE: INTRCPT.H
//==================================
BOOL InterceptFunctionsInModule(PVOID baseAddress);
BOOL AddAPIFunction
(
PSTR pszModule, // exporting DLL name
PSTR pszFuncName, // exported function name
PBYTE params // opcode encoded parameters of exported function
);